home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 543 b | 22 lines |
- #!smake
-
- include $(ROOT)/usr/include/make/commondefs
-
- TARGETS = svtest1 svtest3 svtest4 svtest5 \
- svtest6 svtest7 svtest8 svtest9 svtest10
- CFILES = svtest1.c svtest3.c svtest4.c svtest5.c svtest6.c svtest7.c \
- svtest8.c svtest9.c svtest10.c
- LCINCS = -I../include
- LCOPTS = -g -fullwarn -wlint -woff 813,826,852
- LLDLIBS = ../lib/libsv.a -lvl -lgl -ldmedia -limage
-
- default all: $(TARGETS)
-
- include $(COMMONRULES)
-
- $(TARGETS): $(OBJECTS)
- $(CCF) -o $@ $@.o $(LDFLAGS)
-
- #clean:
- # rm -rf *.o *.a *~ core vidtomem $(TARGETS) test00* *.rgb *.yuv
-